-- This is the general expectation of the layout of the xml file for a level


<level physicsScale="1" bgImage="File Path">
  <items>
    <worldobject animationID="asdf" collisionMask="1" inertia="1">
      <acceleration ival="1" jval="1" kval="1"></acceleration>
      <angle ival="1" jval="1" kval="1"></angle>
      <angularAcceleration ival="1" jval="1" kval="1"></angularAcceleration>
      <angularVelocity ival="1" jval="1" kval="1"></angularVelocity>
      <faction factionName="good guys"></faction>
      <gameStats health="1" collisionDamage="1"></gameStats>
      <location xval="1" yval="1" zval="1"></location>
      <gravity ival="1" jval="1" kval="1"></gravity>
      <terminalVelocity ival="1" jval="1" kval="1"></terminalVelocity>
      <velocity ival="1" jval="1" kval="1"></velocity>
    </worldobject>
    ...
  </items>
  <particles>
    <worldobject>...</worldobject>
    ...
  </particles>
  <actors>
    <worldobject>...</worldobject>
    ...
  </actors>
  <terrain>
    <worldobject>...</worldobject>
    ...
  </terrain>
</level>